home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Entertainment / MacMud / Unix / inet.h < prev    next >
Encoding:
Text File  |  1987-08-12  |  402 b   |  17 lines  |  [TEXT/MWRT]

  1. /*
  2.  * Copyright (c) 1983 Regents of the University of California.
  3.  * All rights reserved.  The Berkeley software License Agreement
  4.  * specifies the terms and conditions for redistribution.
  5.  *
  6.  *    @(#)inet.h    5.1 (Berkeley) 5/30/85
  7.  */
  8.  
  9. /*
  10.  * External definitions for
  11.  * functions in inet(3N)
  12.  */
  13. unsigned long inet_addr();
  14. char    *inet_ntoa();
  15. struct    in_addr inet_makeaddr();
  16. unsigned long inet_network();
  17.